home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 May / PC Direct CD-ROM (May 1995).ISO / ipe / manuals / nt50 / debhelp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-18  |  2.0 KB  |  26 lines

  1. #define IDM_EXIT                                        0x6012cL        // Exit
  2. #define IDM_EXITSAVE                            0x6012dL        // Exit and Save
  3. #define IDM_CUT                                         0x60191L        // Cut
  4. #define IDM_COPY                                        0x60192L        // Copy
  5. #define IDM_PASTE                                       0x60193L        // Paste
  6. #define IDM_CLEAR                                       0x60194L        // Clear
  7. #define IDM_NEWDIALOG                           0x60195L        // Insert New Dialog
  8. #define IDM_EDITDIALOG                          0x60196L        // Edit Dialog
  9. #define IDM_FIND                                        0x601f4L        // Find
  10. #define IDM_FINDNEXT                            0x601f5L        // Find Next
  11. #define IDM_REPLACE                                     0x601f6L        // Replace
  12. #define IDM_START                                       0x60064L        // Start
  13. #define IDM_END                                         0x60065L        // End
  14. #define IDM_PAUSE                                       0x600ceL        // Break
  15. #define IDM_WATCH                                       0x600cdL        // Add Watch
  16. #define IDM_DELETEWATCH                         0x600cfL        // Delete Watch
  17. #define IDM_TRACE                                       0x600c8L        // Single Step
  18. #define IDM_STEP                                        0x600c9L        // Procedure Step
  19. #define IDM_TOGGLEBREAKPOINT            0x600caL        // Toggle Breakpoint
  20. #define IDM_CLEARBREAKPOINTS            0x600cbL        // Clear All Breakpoints
  21. #define IDM_SETNEXT                                     0x600ccL        // Set Next Statement
  22. #define IDM_HELPINDEX                           0x60258L        // Help Index...
  23. #define IDM_HELPSEARCH                          0x6025eL        // Search for Help on...
  24. #define IDM_HELPUSINGHELP                       0x6025cL        // How to Use Help...
  25. #define IDM_HELPABOUT                           0x60260L        // About
  26.